home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / rexx / lastmsg.vlt < prev    next >
Text File  |  1995-03-19  |  746b  |  21 lines

  1. /** LastMsg.vlt
  2. *
  3. *   Test of VLT review buffer.
  4. *   When you're on BIX after having read a message, this script
  5. *   will bring up the same message into TxEd Plus.
  6. *
  7. **/
  8.  
  9.  
  10. 'rev "D"'                /* Deselect all              */
  11. 'rev "R ======"'            /* Search reverse for "======"      */
  12. 'rev "S B"'                /* Select all to bottom          */
  13. 'rev "R R:"'                /* Search reverse for "R:"      */
  14. 'rev "D S"'                /* Deselect this "search line"      */
  15. 'rev "R no more unread"'        /* Search for "no more unread"      */
  16. 'rev "D S"'                /* Deselect that one too      */
  17. 'rev "R Hit <Return>"'            /* Search for "Hit <return>"      */
  18. 'rev "D S"'                /* Deselect              */
  19. 'rev "A ram:revtemp.txt"'        /* Save selected lines temporarily*/
  20. address COMMAND 'e -win "VLT 0 0 640 100" ram:revtemp.txt' /* Edit it      */
  21.